home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / objects / r3fillet.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1019 b   |  50 lines

  1.  
  2. // JavaScript wrapper for r3fillet.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_FILLET_H = 1;
  7. include("real/objects/r3numesh.js")
  8.  
  9.  
  10. var R3CLID_FILLET = 234;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3FILLETA_PointCount = 234501;
  19. function SetR3FILLETA_PointCount(value) {
  20.   R3Set(this.r3obj, R3FILLETA_PointCount, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3FILLETA_PointCount() {
  24.   return R3Get(this.r3obj, R3FILLETA_PointCount, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. var R3FT_SIDE_VAR_U_V0 = 0;
  28. var R3FT_SIDE_VAR_U_V1 = 1;
  29. var R3FT_SIDE_VAR_V_U0 = 2;
  30. var R3FT_SIDE_VAR_V_U1 = 3;
  31. var R3FT_SIDE_NO_SIDE = 4;
  32. var R3TC_NOTRIM = 0;
  33. var R3TC_BLEND = 1;
  34. var R3TC_TRIM = 2;
  35.  
  36.  
  37. function r3Fillet () { 
  38.    this.base = r3God;
  39.    if(arguments.length) {
  40.       this.base(R3CLID_FILLET, arguments);
  41.    }
  42.    // Methods
  43.  
  44.    // Attributes
  45.    this.GetPointCount=GetR3FILLETA_PointCount;
  46.    this.SetPointCount=SetR3FILLETA_PointCount;
  47. }
  48.  
  49. r3Fillet.prototype=new r3Numesh;
  50. // r3fillet.h_H